html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

html{font-family:"微软雅黑"!important;}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

body,
body * {
    font-family: '微软雅黑';
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}


.ovimg, .ibw, .miw, .iml, .imgbig {overflow: hidden;}
.imgbig img {-webkit-transition: all ease .5s;-moz-transition: all ease .5s;-ms-transition: all ease .5s;-o-transition: all ease .5s;transition: all ease .5s;}
.imgbig:hover img {-webkit-transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-ms-transform: scale(1.2,1.2);-o-transform: scale(1.2,1.2);transform: scale(1.2,1.2);}
.ovimg img {width: 100%;min-height: 100%;}
.ibw img {width: 100%;height: auto;}
.miw img {max-width: 100%;max-height: 100%;}
.iml {text-align: center;}
.iml img {transform: translateY(-2px);vertical-align: middle;}



/*头部样式*/
.x-banner {
    height: 100%;
    width: 100vw;
}

.x-banner img{
    height: 100vh;
}

@media (max-width: 1024px) {
    .x-banner {
        height: auto;
    }
     .fp-tableCell {
        height: auto!important;
    }
     .fp-section {
        height: auto!important;
    }
    #fp-nav{
        display: none;
    }
    .x-banner img{
      height: auto;
    }
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.sideNav {
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9999;
    margin-top: -75px
}

.sideNav ul li {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 10px 0;
}

.sideNav ul li a {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/dian2.png) no-repeat center;
    transition: .3s;
}

.sideNav ul li.active a {
    background: url(../images/dian1.png) no-repeat center;
}

.dowebok {
    position: relative;
}

.head1 {
    width: 100%;
    position: fixed;
    top: -104px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0px 0;
    background: rgba(0, 0, 0, 0.72);
    transition: .5s;
}

.head1.down {
    top: 0 !important;
    padding: 20px 0;
}

.w1620 {
    max-width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.head1 .w1620 {
    position: relative
}

.head1 .logo {
    float: left;
}

.head1 .btn1 {
    width: 35px;
    height: 28px;
    background: url(../images/btn1.png) no-repeat center;
    float: right;
    margin-top: 18px;
    position: relative;
}
.head1 .btn1 .dh{
    position: absolute;
    right: 45px;
    color: #fff;
    display: block;
    width: 174%;
    font-size: 14px;
    top: 5px;
}


.head2 {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.82);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10%;
    display: none
}

.head2 #formsearch {
    border-bottom: 1px solid #fff;
}

.head2 #formsearch input {
    border: none;
    outline: none;
    background: none;
    line-height: 35px;
}

.head2 #formsearch #s_btn {
    width: 30px;
    height: 35px;
    background: url(../images/ss.png) no-repeat center;
}

.head2 #formsearch #keyword {
    width: calc(100% - 35px);
    padding-left: 15px;
    color: #fff;
}

.head2 .btn2 {
    width: 24px;
    height: 24px;
    background: url(../images/btn2.png) no-repeat center;
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 99999;
}

.head-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}

.head-menu>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.head-menu .head-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
}

.head3 {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
}




.sec0-con {
    width: 100%;
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
    z-index: 99;
}

.sec0-con ul {
    text-align: center;
}

.sec0-con ul li {
    display: inline-block;
    width: 189px;
    height: 39px;
    margin: 0 30px;
}

.sec0-con ul li a {
    display: block;
    font-size: 14px;
    line-height: 37px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.sec0-con ul li span {
    display: block;
    position: relative;
}

.sec0-con ul li a::before {
    content: '';
    width: 0;
    transition: .5s;
    height: 37px;
    background: #c59f61;
    position: absolute;
    left: 0;
    top: 0;
}

.sec0-con ul li a:hover::before {
    width: 100%;
}

.section1 {
    background: #262626;
    width: 100%;
}

.sec1-con {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.sec1-left {
    width: 50%;
    /*display: inline-block*/
}

.sec1-left p{
    overflow: hidden;
}

.sec1-left p img {
    width: 100%;
    transition: 0.5s;
}

.sec1-left:hover p img{
    transform: scale(1.2,1.2);
}

.sec1-right {
    width: 50%;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.sec1-right .sec1-right-con {
    max-width: 522px;
    margin-left: 15%;
    padding: 5% 0;
}

.sec1-right .sec1-right-con dt img {
    max-width: 100%;
}

.sec1-right .sec1-right-con>h3 {
    font-size: 30px;
    color: #f4bd65;
    text-transform: uppercase;
    line-height: 2.5;
    font-weight: normal;
}

.sec1-right .sec1-right-con>h4 {
    font-size: 24px;
    color: #fff;
}

.sec1-right .sec1-right-con .jj {
    font-size: 14px;
    color: #fff;
    padding: 10% 0;
    line-height: 2
}

.sec1-right .sec1-right-con a.more {
    display: inline-block;
    padding-right: 60px;
    font-size: 14px;
    color: #999999;
    background: url(../images/more1.png) no-repeat right center;
    line-height: 39px;
}

.sec1-right .sec1-right-con a.more:hover {
    background: url(../images/more2.png) no-repeat right center;
}



@media(max-width:767px){
    .sec1-con{
        display:block;
    }
    .sec1-left{
        width:100%;
    }
     .sec1-right{
        width:100%;
    }
}


.section2 {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}

.w1280 {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.index-tlt1 {
    text-align: center;
    margin-bottom: 4%
}

.index-tlt1 h2 {
    font-size: 30px;
    color: #f4bd65;
    font-weight: normal;
    text-transform: uppercase;
}

.index-tlt1 p {
    font-size: 28px;
    color: #fff;
    line-height: 2;
}

.sec2-con ul {
    font-size: 0;
}

.sec2-con ul li {
    width: 30.333%;
    display: inline-block;
    margin-right: 4.5%;
    background: #757575;
}

.sec2-con ul li:last-child {
    margin-right: 0;
}

.sec2-con ul li .cont {
    padding: 23% 10%;
    text-align: center;
}

.sec2-con ul li .cont img {
    max-width: 100%;
}

.sec2-con ul li .cont h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 15%;
    font-weight: normal;
}

.sec2-con ul li .cont p {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 3;
    text-transform: uppercase;
}

.sec2-con ul li .cont .line {
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 auto;
    background: url(../images/line01.png) no-repeat center;
    transition: .5s;
}

.sec2-con ul li .cont:hover .line {
    transform: rotate(90deg);
}

.sec2-con ul li .cont a {
    display: block;
    width: 160px;
    height: 46px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #bcbcbc;
    line-height: 44px;
    margin-top: 50px;
}

.sec2-con ul li .cont:hover a {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.section3 {
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}

.sec3-con {
    font-size: 0;
    height: 100%;
}

.sec3-left {
    width: 50%;
    height: 100%;
    float: left;
}

.sec3-left ul {
    height: 100%;
    position: relative;
}

.sec3-left ul li {
    height: 50%;
    width: 100%;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.sec3-left ul li .bt {
    width: 50%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.sec3-left ul li .img1 {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.sec3-left ul li .img1 img {
    width: 100%;
}

.sec3-left ul li .bt .bg {
    background: rgba(61, 61, 61, 0.91);
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
}

.sec3-left ul li:nth-child(2n) .bt .bg {
    right: initial;
    left: 0;
}

.sec3-left ul li .bt .cont {
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -40px;

}

.sec3-left ul li .bt h3 {
    font-size: 24px;
    color: #f4bd65;
    line-height: 40px;
    text-transform: uppercase;
}

.sec3-left ul li .bt p {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.sec3-left ul li .wz {
    padding-left: 5%;
}

.sec3-left ul li .wz p {
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    background: url(../images/dian3.png) no-repeat left 12px;
    line-height: 2;
}

.sec3-left ul li:hover .bg {
    opacity: 1;
}

.sec3-left ul li:hover .wz {
    opacity: 0;
}

.sec3-left ul .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 23px;
    height: 22px;
    top: 90%;
    background-size: auto;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.sec3-left ul .slick-arrow.slick-prev {
    right: 10.8125%;
    background: url(../images/left1.png) no-repeat top center;
    background-size: 23px 22px;
}

.sec3-left ul .slick-arrow.slick-next {
    right: 7.8125%;
    background: url(../images/right1.png) no-repeat top center;
    background-size: 23px 22px;
}


.sec3-right {
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -40px;
}

.sec3-right h3 {
    font-size: 30px;
    color: #f4bd65;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
}

.sec3-right h4 {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.sec3-right h5 {
   font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
}

.sec3-right h5 a{
   color:#fff;
}

.section4 {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}

.sec4-slick {
    padding-bottom: 90px;
}

.sec4-slick .slick-arrow {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}

.sec4-slick .slick-prev {
    left: calc(50% - 40px);
    background: url(../images/left01.png) no-repeat center;
}

.sec4-slick .slick-next {
    right: calc(50% - 40px);
    background: url(../images/right01.png) no-repeat center;
}

.sec4-slick .slick-con {
    padding: 0 5%;
    text-align: center
}

.sec4-slick .slick-con img {
    max-width: 100%;
    margin: 0 auto
}


.section5 {
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
}

.sec5-con ul li {
    width: 33.333%;
    float: left;
    padding: 4px;
}

.sec5-con ul li a {
    display: block;
    background: #757575;
    padding: 14%;
}

.sec5-con ul li a h3 {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.sec5-con ul li a .info {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 25px 0;
}

.sec5-con ul li a .date {
    font-size: 14px;
    color: #fff;
}

.sec5-con ul li a:hover h3 {
    color: #f4bd65;
}

.section6 {
    background: url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
}

.section6::before {
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(38, 38, 38, 0.72);
    position: absolute;
    top: 0;
    left: 0;
}

.sec6-con .cont {
    max-width: 480px;
    position: relative;
    font-family: "微软雅黑";
}

.sec6-con .cont .index-tlt1 {
    text-align: left;
    font-weight: normal;
}

.sec6-con .cont .lxfs {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.sec6-con .cont .yqlj {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.sec6-con .cont .yqlj a {
    color: #fff;
}

.sec6-con .cont .sub-company {
    padding: 10% 0;
}

.sec6-con .cont .sub-company>h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.57);
    margin-bottom: 30px;
    font-weight: normal;
}

.sec6-con .cont .sub-company .sec6-slick {
    padding-right: 40px;
    position: relative;
}

.sec6-con .cont .sub-company .sec6-slick .slick-con {
    padding: 0 5%;
}

.sec6-con .cont .sub-company .sec6-slick .slick-con img {
    max-width: 100%;
    margin: 0 auto;
}

.sec6-con .cont .sub-company .sec6-slick .slick-arrow {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    text-indent: 100px;
    overflow: hidden;
}

.sec6-con .cont .sub-company .sec6-slick .slick-prev {
    display: none !important;
}

.sec6-con .cont .sub-company .sec6-slick .slick-next {
    background: url(../images/right01.png) no-repeat center;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
}

.sec6-con .cont .back-top {
    margin-top: 5%;
}

.sec6-con .cont .back-top a {
    display: inline-block;
    font-size: 12px;
    color: #f4bd65;
    padding-right: 60px;
    line-height: 36px;
    background: url(../images/more3.png) no-repeat right center;
}


.sec6-con .cont .fnav {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-top: 20px;
}

.sec6-con .cont .fnav a {
    color: #fff
}

.sec6-con .cont .copyr {
    font-size: 14px;
    color: #fff;
    line-height: 2;

}

.sec6-con .cont .copyr a {
    color: #fff
}

.n-menu {
    padding: 40px 0;
}

.n-menu .sort {
    text-align: center
}

.n-menu .sort>li {
    display: inline-block;
    margin: 0 10px 10px;
}

.n-menu .sort>li>a {
    display: block;
    padding: 0 20px;
    border: 1px solid #dddddd;
    font-size: 15px;
    line-height: 35px;
    color: #333;
}

.n-menu .sort>li:hover>a {
    background: #f4bd65;
    color: #fff;
}



@media (max-width: 1200px) {

    .section0,
    .section0 .fp-tableCell,
    .section1,
    .section1 .fp-tableCell,
    .section2,
    .section2 .fp-tableCell,
    .section3,
    .section3 .fp-tableCell,
    .section4,
    .section4 .fp-tableCell,
    .section5,
    .section5 .fp-tableCell,
    .section6,
    .section6 .fp-tableCell {
        display: block !important;
        height: auto !important;
    }

    .sideNav {
        display: none !important;
    }

    .head-menu>li>a {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .head-menu .head-sub-menu>li>a {
        font-size: 12px;
    }

    .index-tlt1 h2 {
        font-size: 24px;
    }

    .index-tlt1 p {
        font-size: 22px;
    }

    .sec5-con ul li a h3 {
        font-size: 16px;
    }

    .sec1-right .sec1-right-con dt img {
        max-width: 40px;
    }

    .sec1-right .sec1-right-con>h3 {
        font-size: 24px;
    }

    .sec1-right .sec1-right-con>h4 {
        font-size: 22px;
    }

    .sec1-right .sec1-right-con .jj {
        font-size: 13px;
    }

    .section2 {
        padding: 40px 0;
    }

    .section3 {
        padding: 40px 0;
    }

    .section4 {
        padding: 40px 0;
    }

    .section5 {
        padding: 40px 0;
    }

    .section6 {
        padding: 40px 0;
    }

    .sec3-left {
        width: 100%;
        float: none;
        height: 600px;
    }

    .sec3-right {
        width: 100%;
        position: static;
        text-align: center;
        margin-top: 0;
        margin-bottom: 4%;
    }

    .sec3-right h3 {
        font-size: 24px;
    }

    .sec3-right h4 {
        font-size: 22px;
    }

    .sec3-left ul li .bt h3 {
        font-size: 20px;
    }

    .sec3-left ul li .bt p {
        font-size: 18px;
    }

    .section6::before {
        width: 60%;
    }


}

@media (max-width: 990px) {

    body {
        padding-top: 60px;
    }

    .sec0-con ul li {
        width: 120px;
        height: 32px;
        margin: 0 10px;
    }

    .sec0-con ul li a {
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
    }

    .x-banner .owl-carousel .owl-dots button.owl-dot {
        width: 48px;
    }

    .sec2-con ul li .cont h3 {
        font-size: 18px;
    }

    .sec2-con ul li .cont p {
        font-size: 12px;
    }

    .sec2-con ul li .cont a {
        font-size: 12px;
        width: 120px;
    }

    .section6::before {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .sec0-con ul li {
        width: 90px;
        margin: 0 2px;
    }

    .sec1-left {
        width: 100%;
    }

    .sec1-right {
        width: 100%;
    }

    .sec1-right .sec1-right-con {
        padding: 40px 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .sec2-con ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .sec2-con ul li .cont {
        padding: 15% 5%;
    }

    .sec2-con ul li .cont a {
        margin-top: 30px;
    }
    .sec3-left{
        height: 436px;
    }

    .sec3-left ul li .bt .cont {
        margin-top: -30px;
    }

    .sec3-left ul li .bt h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .sec3-left ul li .bt p {
        font-size: 14px;
        line-height: 30px;
    }

    .sec3-left ul li .wz p {
        font-size: 12px;
    }

    .sec5-con ul li {
        width: 100%;
    }

    .sec5-con ul li a {
        padding: 20px;
    }

    .sec5-con ul li a h3 {
        font-size: 14px;
    }

    .sec5-con ul li a .info {
        font-size: 12px;
    }

    .sec5-con ul li a .date {
        font-size: 12px;
    }

    .section6::before {
        width: 100%;
    }

}

@media(max-width:325px){
    .sec3-left ul li .wz p{
        line-height: 19px;
        padding-left: 13px;
    }
}

.n_banner img {
    width: 100%;
    height: auto;
}

/*å†…é¡µæ ·å¼*/
@media (min-width: 991px) {
    .page-wrap-left {
        display: none;
    }

}

@media (max-width: 768px) {
    .xypg-left-con2 .xypg-left-nav {
        display: none !important;
    }

    .xypg-right-content img {
        width: 100% !important;
        height: auto !important;
    }
}

.wh {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.containers {
    max-width: 1300px;
    margin: 0 auto;
    padding: 3% 15px;
}

/* å†…é¡µå·¦ä¾§å¯¼èˆªæ æ ·å¼ */

.xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3%;
    flex-wrap: wrap;
}

.xypg-left-con2 .xypg-left-nav>li {
    width: 20%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
    margin-bottom: 10px;
}

.xypg-left-con2 .xypg-left-nav>li:last-child {
    border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;
    background: #f4bd65;
}


.yyqh {
    width: 5%;
    line-height: 80px;
    text-align: center;
    height: 80px;
}

.product_nav {
    width: 60px;
    height: 55px;
    /* position:absolute; */
    /* right:7px; */
    /* top: 18px; */
    margin-top: 13px;
}

.product_nav>.hd {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #e83f27;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.product_nav>.hd a {
    color: #fff;
}

.ydhl .nav {
    width: 50%;
}

.prosort {
    background: rgba(57, 66, 75, 0.8);
    padding: 30px 5%;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.prosort ul li {
    width: 12.5%;
    float: left;
    padding: 0 0.5%;
}

.prosort ul li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 3;
    font-weight: bold;
}

.prosort ul li .pro-subnav a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    line-height: 2.2;
}

.prosort ul li a:hover {
    color: #e04500
}

.prosort ul li .pro-subnav a:hover {
    color: #e04500
}